Any guides on how to make tables here?

Mundane & Pointless Stuff I Must Share: The Off Topic Forum

Moderator: Moderators

Post Reply
User avatar
Psychic Robot
Prince
Posts: 4607
Joined: Sat May 03, 2008 10:47 pm

Any guides on how to make tables here?

Post by Psychic Robot »

I looked at the FAQ and have tried a BBCode table auto-generator, but the generator uses some kind of wacky crazy language that the forum doesn't understand (it uses [td] and [tr] and things). Since I have no idea what I'm doing and am fumbling blindly along, some pointers would be much appreciated.
Count Arioch wrote:I'm not sure how discussions on whether PR is a terrible person or not is on-topic.
Ant wrote:
Chamomile wrote:Ant, what do we do about Psychic Robot?
You do not seem to do anything.
Koumei
Serious Badass
Posts: 13796
Joined: Fri Mar 07, 2008 7:54 pm
Location: South Ausfailia

Post by Koumei »

Okay, well, I'll see if I can show you an example:
LevelStatsFashionSpecialness
14+1Cockney Accent
210+3Sharpest Sword
325+6Lovely Beard

would be made by:

(table)
(mrow)Level(mcol)Stats(row)Fashion(row)Specialness
(row)1(col)4(col)+1(col)Cockney Accent
(row)2(col)10(col)+3(col)Sharpest Sword
(row)3(col)25(col)+6(col)Lovely Beard
(/table)

Replacing () with [] of course. So you need (Table)(/Table) to surround it.

Rows must start with (row) or (mrow) - note that you don't go (row)(col)data, it's (row)data. (mrow) simply Bolds it.

If it isn't the new row, it's (col) or, if you want to Bold it, (mcol).

There must be the same number of columns on each row, or else it gets a bit fucked up.

Did that help at all?
Count Arioch the 28th wrote:There is NOTHING better than lesbians. Lesbians make everything better.
Zinegata
Prince
Posts: 4071
Joined: Mon Aug 17, 2009 7:33 am

Post by Zinegata »

*hugs Koumei*
User avatar
Psychic Robot
Prince
Posts: 4607
Joined: Sat May 03, 2008 10:47 pm

Post by Psychic Robot »

Yes, thank you. That is, unfortunately, a gigantic pain in the ass, and it will interfere greatly with the project I am working on. Oh, well, it will (perhaps) be worth it.

EDIT: This isn't so difficult after all.
Last edited by Psychic Robot on Sun Dec 19, 2010 3:44 am, edited 1 time in total.
Count Arioch wrote:I'm not sure how discussions on whether PR is a terrible person or not is on-topic.
Ant wrote:
Chamomile wrote:Ant, what do we do about Psychic Robot?
You do not seem to do anything.
User avatar
JonSetanta
King
Posts: 5512
Joined: Fri Mar 07, 2008 7:54 pm
Location: interbutts

Post by JonSetanta »

I copypasted Koumei's code a while ago, popped in my variables, made a template, most recently used in my Class Compression shit.
(and posting too late. It's been a wild 3 days of Christmas shopping, drinking, and my birthday, and not over yet)

Thanks to her efforts a long time ago... we don't have to even think about it.

Code: Select all

[b][/b]

[table]
[mrow]Level[mcol]Abilities
[row]1[col]
[row]2[col]
[row]3[col]
[row]4[col]
[row]5[col]
[row]6[col]
[row]7[col]
[row]8[col]
[row]9[col]
[row]10[col]
[/table]
The Adventurer's Almanac wrote:
Fri Oct 01, 2021 10:25 pm
Nobody gives a flying fuck about Tordek and Regdar.
schpeelah
Knight-Baron
Posts: 509
Joined: Sun Jun 08, 2008 7:38 pm

Post by schpeelah »

Using Excel helps a lot. Just put the right the right tags into every other column and fill the rest with content, after copypasting it will be formatted alright.
Image
Post Reply